Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0.

Release notes

Sourced from github.com/hashicorp/terraform-plugin-framework's releases.

v1.17.0

NOTES:

  • In [email protected], the UseStateForUnknown plan modifier was updated to preserve null values from prior state for unconfigured attributes. This updated version can cause plan inconsistency errors when used on child attributes of a nested attribute that expect UseStateForUnknown to keep the child attributes on new nested objects as <unknown> (known after apply). The new UseNonNullStateForUnknown plan modifier can now be used where child attributes are expecting this pre-1.15.1 behavior. (#1197)

FEATURES:

  • action/schema: Added WriteOnly schema field for action schemas. (#1233)
  • all: Added a new plan modifier for all types, UseNonNullStateForUnknown that preserves known, non-null, values for unconfigured attributes. This can be used when it is known that an unconfigured value will remain the same after the attribute is updated to a non-null value. (#1242)

BUG FIXES:

  • fwserver: update validation list result validation to check if an identity's values are all null (#1230)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.

1.17.0 (December 02, 2025)

NOTES:

  • In [email protected], the UseStateForUnknown plan modifier was updated to preserve null values from prior state for unconfigured attributes. This updated version can cause plan inconsistency errors when used on child attributes of a nested attribute that expect UseStateForUnknown to keep the child attributes on new nested objects as <unknown> (known after apply). The new UseNonNullStateForUnknown plan modifier can now be used where child attributes are expecting this pre-1.15.1 behavior. (#1197)

FEATURES:

  • action/schema: Added WriteOnly schema field for action schemas. (#1233)
  • all: Added a new plan modifier for all types, UseNonNullStateForUnknown that preserves known, non-null, values for unconfigured attributes. This can be used when it is known that an unconfigured value will remain the same after the attribute is updated to a non-null value. (#1242)

BUG FIXES:

  • fwserver: update validation list result validation to check if an identity's values are all null (#1230)
Commits
  • d11e388 Update changelog
  • 18140ec all: Add UseNonNullStateForUnknown plan modifier to assist with child neste...
  • 44348af build(deps): Bump the github-actions group with 3 updates (#1243)
  • 7fb5005 build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools (#1241)
  • 1df337d build(deps): Bump github.com/hashicorp/terraform-plugin-log (#1240)
  • 5310c68 build(deps): Bump golangci/golangci-lint-action (#1238)
  • 58c003c build(deps): Bump actions/upload-artifact in the github-actions group (#1234)
  • e0355d6 Add support for write-only attributes in actions (#1233)
  • 8855023 list: update list result validation to check if identity is fully null (#1230)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Dec 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 3, 2025 13:02
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Dec 3, 2025
@datadog-terraform-cloud-hashicorp
Copy link

datadog-terraform-cloud-hashicorp bot commented Dec 3, 2025

⚠️ Tests

⚠️ Warnings

🧪 1 Test failed

TestAccTFERegistryModuleDataSource_basicPrivate from data_source_registry_module_test.go (Datadog)
Step 1/1 error: Check failed: Check 11/16 error: data.tfe_registry_module.test: Attribute 'status' expected "pending", got "setup_complete"

ℹ️ Info

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 17eeb29 | Docs | Was this helpful? Give us feedback!

Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework@v1.16.1...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ctrombley ctrombley force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.17.0 branch from ccc766e to 17eeb29 Compare December 3, 2025 21:47
@ctrombley
Copy link
Collaborator

Superseded by #1918.

@ctrombley ctrombley closed this Dec 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.17.0 branch December 4, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant